home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if rollOver(25) then
- set the sound of cast 86 to 0
- unLoadCast(86)
- go("ecr2")
- end if
- end
-
- on exitFrame
- if the movieTime of sprite 25 = the duration of cast 86 then
- set the sound of cast 86 to 0
- unLoadCast(86)
- go("ecr2")
- else
- go(the frame)
- end if
- end
-